home *** CD-ROM | disk | FTP | other *** search
/ Eros - Digital Erotica & Games / Eros - Digital Erotica & Games.iso / mac / EROS vol.1 / EROS vol.DXR / 00053.ls < prev    next >
Encoding:
Text File  |  1995-07-07  |  238 b   |  12 lines

  1. on exitFrame
  2.   global md1
  3.   go(marker(0) + 1)
  4.   if the movieTime of sprite 2 > md1 then
  5.     set the movieRate of sprite 2 to -1
  6.   end if
  7.   if the movieTime of sprite 2 < 5 then
  8.     set the movieRate of sprite 2 to 1
  9.   end if
  10.   Navi()
  11. end
  12.